home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-05-17 | 1.5 KB | 69 lines | [TEXT/MPS ] |
- /*
- File: SampleSBP2Expert.r
-
- Contains: Resources for sample SBP-2 expert
-
- Version: 1.0
-
- Copyright: © 1998 by Apple Computer, Inc., all rights reserved.
-
- File Ownership:
-
- DRI: Eric Anderson
-
- Other Contact:
-
- Technology: FireWire
-
- Writers:
-
- (DCB) Clinton Bauder
- (EA) Eric Anderson (ewa)
-
- Change History (most recent first):
-
- <FW3> 12/19/98 DCB More cleanup for SDK.
- <FW2> 9/20/98 EA Filled in header comments.
- <FW1> 9/20/98 EA first checked in
- */
-
-
-
- #if ETO_BUILD
- #include "SysTypes.r"
- #include "CodeFragmentTypes.r"
- #else
- #include "Types.r"
- #include "CodeFragments.r"
- #endif
-
- resource 'cfrg' (0)
- {
- {
- kPowerPC, /* Target machine's Architecture. */
- kFullLib, /* This is not an update. */
- kNoVersionNum, /* Current version. */
- kNoVersionNum, /* Definition version. */
- kDefaultStackSize, /* Stack size of application. */
- kNoAppSubFolder, /* Not used here. Can be the resource-id of an 'alis'
- resource. Used to provide additional location
- to search for libraries. */
- kIsLib, /* This is an application (not a lib or drop-in). */
- kOnDiskFlat, /* This code fragment is on disk, in the data fork. */
- kZeroOffset, /* Offset of code into data fork. */
- kWholeFork, /* Code takes up all of data fork (can give a size). */
- "SampleSBP2Expert" /* Name of library. */
- }
- };
-
- resource 'vers' (1)
- {
- FWVersion,
- FWRevision,
- FWBuildStage,
- FWBuildNumber,
- verUS,
- FWShortVersionString,
- FWLongVersionString
- };
-